home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 October / MACPOWER-1997-10.ISO.7z / MACPOWER-1997-10.ISO / AMUG / INTERNET / ImageMapper 2.5.sit / ImageMapper v2.5 / InternetConfig1.3 / Goodies / Read Me — Random Signature < prev    next >
Text File  |  1995-09-26  |  1KB  |  26 lines

  1. Random Signature Read Me
  2.  
  3. RandomSignature is a demonstration of some of the advanced features that Internet Config makes possible.  RandomSignature is a component that captures the Internet Config component and overrides the ICGetPref to return a random signature.  This demonstrates the power of using an API to get components as opposed to a shared preference file.
  4.  
  5. Installation
  6.  
  7. Drop RandomSignature into your Extensions folder and reboot. Your signatures will be chosen from any text files in the メRandom Signaturesモ folder within the Preference folder.
  8.  
  9. Caveats
  10.  
  11. RandomSignature depends on applications to implement their Internet Config support properly, ie using the On Demand or Cache Watching mechanisms described in the documentation. RandomSignature will not randomise your signatures unless your application supports this perfectly.
  12.  
  13. How It Works
  14.  
  15. RandomSignature is an example of how to use the ICGenericOverride shell for writing override components.  You should read the read me associated with that shell (which is available as part of the IC Programmers Kit) for more information about how it works.
  16.  
  17. RandomSignature works by trapping the ICGetPref call to and looking for requests to get the signature preference. If the circumstances are right it will then look for a new random signature and return it.
  18.  
  19. Credits
  20.  
  21. Share and Enjoy
  22.  
  23. The Late Night Silly Software Team
  24. <http://www.quinn.echidna.id.au/Quinn/Config/IC_FAQ.html>
  25. 25 September 1995
  26.